Html Css Color HEX #5C62CB Slate Blue

📋 copy color: '#5C62CB'

red 92 ◦ green 98 ◦ blue 203

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

Shades of Slate Blue #5C62CB

Tints of Slate Blue #5C62CB

RGB

 RED value IS 92 (36.33% from 255) = 23.41%

 GREEN value IS 98 (38.67% from 255) = 24.94%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 23.41%
G = 24.94%
B = 51.65%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C62CB (or 0x5C62CB) is known color: Slate Blue. HEX triplet: 5C, 62 and CB. RGB value is (92,98,203). Sum of RGB (Red+Green+Blue) = 92+98+203=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C62CB is #A39D34. Grayscale: #6B6B6B. Windows color (decimal): -10722613 or 13328988. OLE color: 13328988.

HSL color Cylindrical-coordinate representation of color #5C62CB: hue angle of 236.76º degrees, saturation: 0.52, 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 #5C62CB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 98 203 -
CMYK 0.55 0.52 0 0.20
HSL 236.76º 0.52% 0.58% -
HSV(B) 236.76º 0.55% 0.8% -
XYZ 19.56 15.32 58.43 -
YUV 108.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 92 98 203 0.55 0.52 0 0.20 236.76 0.52 0.58
Hex 5C 62 CB 37 34 0 14 ED 34 3A
Octal 134 142 313 67 64 0 24 355 64 72
Binary 1011100 1100010 11001011 110111 110100 0 10100 11101101 110100 111010

Color Harmonies of #5C62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C62CB

Black with #5C62CB

Text Example


Text Example

White with #5C62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,98,203); }

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

background-color css

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

 a { background-color: rgb(92,98,203); }

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

border-color css

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

 span { border-color: rgb(92,98,203); }

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