Html Css Color HEX #5D6FCD Chetwode Blue

📋 copy color: '#5D6FCD'

red 93 ◦ green 111 ◦ blue 205

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

Shades of Chetwode Blue #5D6FCD

Tints of Chetwode Blue #5D6FCD

RGB

 RED value IS 93 (36.72% from 255) = 22.74%

 GREEN value IS 111 (43.75% from 255) = 27.14%

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

R = 22.74%
G = 27.14%
B = 50.12%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D6FCD (or 0x5D6FCD) is known color: Chetwode Blue. HEX triplet: 5D, 6F and CD. RGB value is (93,111,205). Sum of RGB (Red+Green+Blue) = 93+111+205=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6FCD is #A29032. Grayscale: #737373. Windows color (decimal): -10653747 or 13463389. OLE color: 13463389.

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

Color convert

RGB 93 111 205 -
CMYK 0.55 0.46 0 0.20
HSL 230.36º 0.53% 0.58% -
HSV(B) 230.36º 0.55% 0.8% -
XYZ 21.22 18.1 60.13 -
YUV 116.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 93 111 205 0.55 0.46 0 0.20 230.36 0.53 0.58
Hex 5D 6F CD 37 2E 0 14 E6 35 3A
Octal 135 157 315 67 56 0 24 346 65 72
Binary 1011101 1101111 11001101 110111 101110 0 10100 11100110 110101 111010

Color Harmonies of #5D6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6FCD

Black with #5D6FCD

Text Example


Text Example

White with #5D6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,205); }

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

background-color css

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

 a { background-color: rgb(93,111,205); }

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

border-color css

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

 span { border-color: rgb(93,111,205); }

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