Html Css Color HEX #5F67B2 Chetwode Blue

📋 copy color: '#5F67B2'

red 95 ◦ green 103 ◦ blue 178

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

Shades of Chetwode Blue #5F67B2

Tints of Chetwode Blue #5F67B2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 25.27%
G = 27.39%
B = 47.34%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5F67B2 (or 0x5F67B2) is known color: Chetwode Blue. HEX triplet: 5F, 67 and B2. RGB value is (95,103,178). Sum of RGB (Red+Green+Blue) = 95+103+178=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #5F67B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F67B2 is #A0984D. Grayscale: #6C6C6C. Windows color (decimal): -10524750 or 11691871. OLE color: 11691871.

HSL color Cylindrical-coordinate representation of color #5F67B2: hue angle of 234.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F67B2 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 103 178 -
CMYK 0.47 0.42 0 0.30
HSL 234.22º 0.35% 0.54% -
HSV(B) 234.22º 0.47% 0.7% -
XYZ 17.61 15.35 44.15 -
YUV 109.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 95 103 178 0.47 0.42 0 0.30 234.22 0.35 0.54
Hex 5F 67 B2 2F 2A 0 1E EA 23 36
Octal 137 147 262 57 52 0 36 352 43 66
Binary 1011111 1100111 10110010 101111 101010 0 11110 11101010 100011 110110

Color Harmonies of #5F67B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F67B2

Black with #5F67B2

Text Example


Text Example

White with #5F67B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,103,178); }

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

background-color css

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

 a { background-color: rgb(95,103,178); }

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

border-color css

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

 span { border-color: rgb(95,103,178); }

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