Html Css Color HEX #5D6CCA Chetwode Blue

📋 copy color: '#5D6CCA'

red 93 ◦ green 108 ◦ blue 202

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

Shades of Chetwode Blue #5D6CCA

Tints of Chetwode Blue #5D6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 23.08%
G = 26.8%
B = 50.12%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D6CCA (or 0x5D6CCA) is known color: Chetwode Blue. HEX triplet: 5D, 6C and CA. RGB value is (93,108,202). Sum of RGB (Red+Green+Blue) = 93+108+202=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6CCA is #A29335. Grayscale: #717171. Windows color (decimal): -10654518 or 13266013. OLE color: 13266013.

HSL color Cylindrical-coordinate representation of color #5D6CCA: hue angle of 231.74º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D6CCA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 108 202 -
CMYK 0.54 0.47 0 0.21
HSL 231.74º 0.51% 0.58% -
HSV(B) 231.74º 0.54% 0.79% -
XYZ 20.54 17.32 58.14 -
YUV 114.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 93 108 202 0.54 0.47 0 0.21 231.74 0.51 0.58
Hex 5D 6C CA 36 2F 0 15 E8 33 3A
Octal 135 154 312 66 57 0 25 350 63 72
Binary 1011101 1101100 11001010 110110 101111 0 10101 11101000 110011 111010

Color Harmonies of #5D6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6CCA

Black with #5D6CCA

Text Example


Text Example

White with #5D6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,108,202); }

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

background-color css

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

 a { background-color: rgb(93,108,202); }

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

border-color css

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

 span { border-color: rgb(93,108,202); }

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