Html Css Color HEX #5243CB Slate Blue

📋 copy color: '#5243CB'

red 82 ◦ green 67 ◦ blue 203

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

Shades of Slate Blue #5243CB

Tints of Slate Blue #5243CB

RGB

 RED value IS 82 (32.42% from 255) = 23.3%

 GREEN value IS 67 (26.56% from 255) = 19.03%

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

R = 23.3%
G = 19.03%
B = 57.67%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5243CB (or 0x5243CB) is known color: Slate Blue. HEX triplet: 52, 43 and CB. RGB value is (82,67,203). Sum of RGB (Red+Green+Blue) = 82+67+203=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #5243CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5243CB is #ADBC34. Grayscale: #565656. Windows color (decimal): -11385909 or 13321042. OLE color: 13321042.

HSL color Cylindrical-coordinate representation of color #5243CB: hue angle of 246.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5243CB is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 67 203 -
CMYK 0.60 0.67 0 0.20
HSL 246.62º 0.57% 0.53% -
HSV(B) 246.62º 0.67% 0.8% -
XYZ 16.27 10.12 57.6 -
YUV 86.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 82 67 203 0.60 0.67 0 0.20 246.62 0.57 0.53
Hex 52 43 CB 3C 43 0 14 F7 39 35
Octal 122 103 313 74 103 0 24 367 71 65
Binary 1010010 1000011 11001011 111100 1000011 0 10100 11110111 111001 110101

Color Harmonies of #5243CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5243CB

Black with #5243CB

Text Example


Text Example

White with #5243CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5243CB; }

 p { color: rgb(82,67,203); }

 H1.HeaderClassName
 {
   color: #5243CB;
 }
 .AnyTagClassName
 {
   color: #5243CB;
 }
</style>

background-color css

<style>
 a { background-color: #5243CB; }

 a { background-color: rgb(82,67,203); }

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

border-color css

<style>
 span { border-color: #5243CB; }

 span { border-color: rgb(82,67,203); }

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