Html Css Color HEX #5253CA Free Speech Blue

📋 copy color: '#5253CA'

red 82 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Blue #5253CA

Tints of Free Speech Blue #5253CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 22.34%
G = 22.62%
B = 55.04%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5253CA (or 0x5253CA) is known color: Free Speech Blue. HEX triplet: 52, 53 and CA. RGB value is (82,83,202). Sum of RGB (Red+Green+Blue) = 82+83+202=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #5253CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253CA is #ADAC35. Grayscale: #5F5F5F. Windows color (decimal): -11381814 or 13259602. OLE color: 13259602.

HSL color Cylindrical-coordinate representation of color #5253CA: hue angle of 239.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5253CA is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 83 202 -
CMYK 0.59 0.59 0 0.21
HSL 239.5º 0.53% 0.56% -
HSV(B) 239.5º 0.59% 0.79% -
XYZ 17.23 12.24 57.33 -
YUV 96.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 82 83 202 0.59 0.59 0 0.21 239.5 0.53 0.56
Hex 52 53 CA 3B 3B 0 15 F0 35 38
Octal 122 123 312 73 73 0 25 360 65 70
Binary 1010010 1010011 11001010 111011 111011 0 10101 11110000 110101 111000

Color Harmonies of #5253CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5253CA

Black with #5253CA

Text Example


Text Example

White with #5253CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5253CA; }

 p { color: rgb(82,83,202); }

 H1.HeaderClassName
 {
   color: #5253CA;
 }
 .AnyTagClassName
 {
   color: #5253CA;
 }
</style>

background-color css

<style>
 a { background-color: #5253CA; }

 a { background-color: rgb(82,83,202); }

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

border-color css

<style>
 span { border-color: #5253CA; }

 span { border-color: rgb(82,83,202); }

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