Html Css Color HEX #5F67BD Chetwode Blue

📋 copy color: '#5F67BD'

red 95 ◦ green 103 ◦ blue 189

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

Shades of Chetwode Blue #5F67BD

Tints of Chetwode Blue #5F67BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 24.55%
G = 26.61%
B = 48.84%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F67BD (or 0x5F67BD) is known color: Chetwode Blue. HEX triplet: 5F, 67 and BD. RGB value is (95,103,189). Sum of RGB (Red+Green+Blue) = 95+103+189=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F67BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F67BD is #A09842. Grayscale: #6E6E6E. Windows color (decimal): -10524739 or 12412767. OLE color: 12412767.

HSL color Cylindrical-coordinate representation of color #5F67BD: hue angle of 234.89º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F67BD is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 103 189 -
CMYK 0.50 0.46 0 0.26
HSL 234.89º 0.42% 0.56% -
HSV(B) 234.89º 0.5% 0.74% -
XYZ 18.75 15.81 50.21 -
YUV 110.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 95 103 189 0.50 0.46 0 0.26 234.89 0.42 0.56
Hex 5F 67 BD 32 2E 0 1A EB 2A 38
Octal 137 147 275 62 56 0 32 353 52 70
Binary 1011111 1100111 10111101 110010 101110 0 11010 11101011 101010 111000

Color Harmonies of #5F67BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F67BD

Black with #5F67BD

Text Example


Text Example

White with #5F67BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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