Html Css Color HEX #5E78AC Chetwode Blue

📋 copy color: '#5E78AC'

red 94 ◦ green 120 ◦ blue 172

#5E78AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5E78AC

Tints of Chetwode Blue #5E78AC

RGB

 RED value IS 94 (37.11% from 255) = 24.35%

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 24.35%
G = 31.09%
B = 44.56%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5E78AC (or 0x5E78AC) is known color: Chetwode Blue. HEX triplet: 5E, 78 and AC. RGB value is (94,120,172). Sum of RGB (Red+Green+Blue) = 94+120+172=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E78AC is #A18753. Grayscale: #757575. Windows color (decimal): -10585940 or 11303006. OLE color: 11303006.

HSL color Cylindrical-coordinate representation of color #5E78AC: hue angle of 220º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E78AC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 120 172 -
CMYK 0.45 0.30 0 0.33
HSL 220º 0.32% 0.52% -
HSV(B) 220º 0.45% 0.67% -
XYZ 18.78 18.79 41.67 -
YUV 118.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 94 120 172 0.45 0.30 0 0.33 220 0.32 0.52
Hex 5E 78 AC 2D 1E 0 21 DC 20 34
Octal 136 170 254 55 36 0 41 334 40 64
Binary 1011110 1111000 10101100 101101 11110 0 100001 11011100 100000 110100

Color Harmonies of #5E78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E78AC

Black with #5E78AC

Text Example


Text Example

White with #5E78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E78AC; }

 p { color: rgb(94,120,172); }

 H1.HeaderClassName
 {
   color: #5E78AC;
 }
 .AnyTagClassName
 {
   color: #5E78AC;
 }
</style>

background-color css

<style>
 a { background-color: #5E78AC; }

 a { background-color: rgb(94,120,172); }

 div.DivClassName
 {
   background-color: #5E78AC;
 }
 .BgClassName
 {
   background-color: #5E78AC;
 }
</style>

border-color css

<style>
 span { border-color: #5E78AC; }

 span { border-color: rgb(94,120,172); }

 td.TdClassName
 {
   border-color: #5E78AC;
 }
 .TagClassName
 {
   border-color: #5E78AC;
 }
</style>