Html Css Color HEX #5F64BF Chetwode Blue

📋 copy color: '#5F64BF'

red 95 ◦ green 100 ◦ blue 191

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

Shades of Chetwode Blue #5F64BF

Tints of Chetwode Blue #5F64BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 24.61%
G = 25.91%
B = 49.48%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F64BF (or 0x5F64BF) is known color: Chetwode Blue. HEX triplet: 5F, 64 and BF. RGB value is (95,100,191). Sum of RGB (Red+Green+Blue) = 95+100+191=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F64BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F64BF is #A09B40. Grayscale: #6C6C6C. Windows color (decimal): -10525505 or 12543071. OLE color: 12543071.

HSL color Cylindrical-coordinate representation of color #5F64BF: hue angle of 236.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F64BF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 100 191 -
CMYK 0.50 0.48 0 0.25
HSL 236.88º 0.43% 0.56% -
HSV(B) 236.88º 0.5% 0.75% -
XYZ 18.68 15.31 51.26 -
YUV 108.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 95 100 191 0.50 0.48 0 0.25 236.88 0.43 0.56
Hex 5F 64 BF 32 30 0 19 ED 2B 38
Octal 137 144 277 62 60 0 31 355 53 70
Binary 1011111 1100100 10111111 110010 110000 0 11001 11101101 101011 111000

Color Harmonies of #5F64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F64BF

Black with #5F64BF

Text Example


Text Example

White with #5F64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,100,191); }

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

background-color css

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

 a { background-color: rgb(95,100,191); }

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

border-color css

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

 span { border-color: rgb(95,100,191); }

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