Html Css Color HEX #5255CA Free Speech Blue

📋 copy color: '#5255CA'

red 82 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Blue #5255CA

Tints of Free Speech Blue #5255CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 22.22%
G = 23.04%
B = 54.74%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5255CA (or 0x5255CA) is known color: Free Speech Blue. HEX triplet: 52, 55 and CA. RGB value is (82,85,202). Sum of RGB (Red+Green+Blue) = 82+85+202=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #5255CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255CA is #ADAA35. Grayscale: #606060. Windows color (decimal): -11381302 or 13260114. OLE color: 13260114.

HSL color Cylindrical-coordinate representation of color #5255CA: hue angle of 238.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 #5255CA is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 85 202 -
CMYK 0.59 0.58 0 0.21
HSL 238.5º 0.53% 0.56% -
HSV(B) 238.5º 0.59% 0.79% -
XYZ 17.39 12.56 57.38 -
YUV 97.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 82 85 202 0.59 0.58 0 0.21 238.5 0.53 0.56
Hex 52 55 CA 3B 3A 0 15 EE 35 38
Octal 122 125 312 73 72 0 25 356 65 70
Binary 1010010 1010101 11001010 111011 111010 0 10101 11101110 110101 111000

Color Harmonies of #5255CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255CA

Black with #5255CA

Text Example


Text Example

White with #5255CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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