Html Css Color HEX #523FCF Slate Blue

📋 copy color: '#523FCF'

red 82 ◦ green 63 ◦ blue 207

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

Shades of Slate Blue #523FCF

Tints of Slate Blue #523FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 23.3%
G = 17.9%
B = 58.81%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#523FCF (or 0x523FCF) is known color: Slate Blue. HEX triplet: 52, 3F and CF. RGB value is (82,63,207). Sum of RGB (Red+Green+Blue) = 82+63+207=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #523FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FCF is #ADC030. Grayscale: #545454. Windows color (decimal): -11386929 or 13582162. OLE color: 13582162.

HSL color Cylindrical-coordinate representation of color #523FCF: hue angle of 247.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523FCF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 63 207 -
CMYK 0.60 0.70 0 0.19
HSL 247.92º 0.6% 0.53% -
HSV(B) 247.92º 0.7% 0.81% -
XYZ 16.52 9.85 60.06 -
YUV 85.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 82 63 207 0.60 0.70 0 0.19 247.92 0.6 0.53
Hex 52 3F CF 3C 46 0 13 F8 3C 35
Octal 122 77 317 74 106 0 23 370 74 65
Binary 1010010 111111 11001111 111100 1000110 0 10011 11111000 111100 110101

Color Harmonies of #523FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523FCF

Black with #523FCF

Text Example


Text Example

White with #523FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523FCF; }

 p { color: rgb(82,63,207); }

 H1.HeaderClassName
 {
   color: #523FCF;
 }
 .AnyTagClassName
 {
   color: #523FCF;
 }
</style>

background-color css

<style>
 a { background-color: #523FCF; }

 a { background-color: rgb(82,63,207); }

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

border-color css

<style>
 span { border-color: #523FCF; }

 span { border-color: rgb(82,63,207); }

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