Html Css Color HEX #5E74CC Chetwode Blue

📋 copy color: '#5E74CC'

red 94 ◦ green 116 ◦ blue 204

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

Shades of Chetwode Blue #5E74CC

Tints of Chetwode Blue #5E74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 22.71%
G = 28.02%
B = 49.28%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E74CC (or 0x5E74CC) is known color: Chetwode Blue. HEX triplet: 5E, 74 and CC. RGB value is (94,116,204). Sum of RGB (Red+Green+Blue) = 94+116+204=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E74CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74CC is #A18B33. Grayscale: #777777. Windows color (decimal): -10586932 or 13399134. OLE color: 13399134.

HSL color Cylindrical-coordinate representation of color #5E74CC: hue angle of 228º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E74CC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 116 204 -
CMYK 0.54 0.43 0 0.2
HSL 228º 0.52% 0.58% -
HSV(B) 228º 0.54% 0.8% -
XYZ 21.76 19.23 59.69 -
YUV 119.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 94 116 204 0.54 0.43 0 0.2 228 0.52 0.58
Hex 5E 74 CC 36 2B 0 14 E4 34 3A
Octal 136 164 314 66 53 0 24 344 64 72
Binary 1011110 1110100 11001100 110110 101011 0 10100 11100100 110100 111010

Color Harmonies of #5E74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E74CC

Black with #5E74CC

Text Example


Text Example

White with #5E74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,204); }

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

background-color css

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

 a { background-color: rgb(94,116,204); }

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

border-color css

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

 span { border-color: rgb(94,116,204); }

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