Html Css Color HEX #5F74AE Chetwode Blue

📋 copy color: '#5F74AE'

red 95 ◦ green 116 ◦ blue 174

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

Shades of Chetwode Blue #5F74AE

Tints of Chetwode Blue #5F74AE

RGB

 RED value IS 95 (37.5% from 255) = 24.68%

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

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 24.68%
G = 30.13%
B = 45.19%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F74AE (or 0x5F74AE) is known color: Chetwode Blue. HEX triplet: 5F, 74 and AE. RGB value is (95,116,174). Sum of RGB (Red+Green+Blue) = 95+116+174=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F74AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F74AE is #A08B51. Grayscale: #747474. Windows color (decimal): -10521426 or 11433055. OLE color: 11433055.

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

Color convert

RGB 95 116 174 -
CMYK 0.45 0.33 0 0.32
HSL 224.05º 0.33% 0.53% -
HSV(B) 224.05º 0.45% 0.68% -
XYZ 18.6 17.98 42.53 -
YUV 116.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 95 116 174 0.45 0.33 0 0.32 224.05 0.33 0.53
Hex 5F 74 AE 2D 21 0 20 E0 21 35
Octal 137 164 256 55 41 0 40 340 41 65
Binary 1011111 1110100 10101110 101101 100001 0 100000 11100000 100001 110101

Color Harmonies of #5F74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F74AE

Black with #5F74AE

Text Example


Text Example

White with #5F74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,116,174); }

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

background-color css

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

 a { background-color: rgb(95,116,174); }

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

border-color css

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

 span { border-color: rgb(95,116,174); }

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