Html Css Color HEX #5F6ECD Chetwode Blue

📋 copy color: '#5F6ECD'

red 95 ◦ green 110 ◦ blue 205

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

Shades of Chetwode Blue #5F6ECD

Tints of Chetwode Blue #5F6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 23.17%
G = 26.83%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F6ECD (or 0x5F6ECD) is known color: Chetwode Blue. HEX triplet: 5F, 6E and CD. RGB value is (95,110,205). Sum of RGB (Red+Green+Blue) = 95+110+205=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6ECD is #A09132. Grayscale: #737373. Windows color (decimal): -10522931 or 13463135. OLE color: 13463135.

HSL color Cylindrical-coordinate representation of color #5F6ECD: hue angle of 231.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F6ECD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 110 205 -
CMYK 0.54 0.46 0 0.20
HSL 231.82º 0.52% 0.59% -
HSV(B) 231.82º 0.54% 0.8% -
XYZ 21.31 17.99 60.11 -
YUV 116.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 95 110 205 0.54 0.46 0 0.20 231.82 0.52 0.59
Hex 5F 6E CD 36 2E 0 14 E8 34 3B
Octal 137 156 315 66 56 0 24 350 64 73
Binary 1011111 1101110 11001101 110110 101110 0 10100 11101000 110100 111011

Color Harmonies of #5F6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6ECD

Black with #5F6ECD

Text Example


Text Example

White with #5F6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,110,205); }

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

background-color css

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

 a { background-color: rgb(95,110,205); }

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

border-color css

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

 span { border-color: rgb(95,110,205); }

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