Html Css Color HEX #5F76BE Chetwode Blue

📋 copy color: '#5F76BE'

red 95 ◦ green 118 ◦ blue 190

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

Shades of Chetwode Blue #5F76BE

Tints of Chetwode Blue #5F76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 23.57%
G = 29.28%
B = 47.15%

CMYK

 C value IS 0.5

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F76BE (or 0x5F76BE) is known color: Chetwode Blue. HEX triplet: 5F, 76 and BE. RGB value is (95,118,190). Sum of RGB (Red+Green+Blue) = 95+118+190=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F76BE is #A08941. Grayscale: #777777. Windows color (decimal): -10520898 or 12482143. OLE color: 12482143.

HSL color Cylindrical-coordinate representation of color #5F76BE: hue angle of 225.47º degrees, saturation: 0.42, 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 #5F76BE is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 118 190 -
CMYK 0.5 0.38 0 0.25
HSL 225.47º 0.42% 0.56% -
HSV(B) 225.47º 0.5% 0.75% -
XYZ 20.49 19.11 51.32 -
YUV 119.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 95 118 190 0.5 0.38 0 0.25 225.47 0.42 0.56
Hex 5F 76 BE 32 26 0 19 E1 2A 38
Octal 137 166 276 62 46 0 31 341 52 70
Binary 1011111 1110110 10111110 110010 100110 0 11001 11100001 101010 111000

Color Harmonies of #5F76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F76BE

Black with #5F76BE

Text Example


Text Example

White with #5F76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,118,190); }

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

background-color css

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

 a { background-color: rgb(95,118,190); }

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

border-color css

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

 span { border-color: rgb(95,118,190); }

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