Html Css Color HEX #5256CA Free Speech Blue

📋 copy color: '#5256CA'

red 82 ◦ green 86 ◦ blue 202

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

Shades of Free Speech Blue #5256CA

Tints of Free Speech Blue #5256CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

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

R = 22.16%
G = 23.24%
B = 54.59%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5256CA (or 0x5256CA) is known color: Free Speech Blue. HEX triplet: 52, 56 and CA. RGB value is (82,86,202). Sum of RGB (Red+Green+Blue) = 82+86+202=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #5256CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256CA is #ADA935. Grayscale: #616161. Windows color (decimal): -11381046 or 13260370. OLE color: 13260370.

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

Color convert

RGB 82 86 202 -
CMYK 0.59 0.57 0 0.21
HSL 238º 0.53% 0.56% -
HSV(B) 238º 0.59% 0.79% -
XYZ 17.47 12.71 57.41 -
YUV 98.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 82 86 202 0.59 0.57 0 0.21 238 0.53 0.56
Hex 52 56 CA 3B 39 0 15 EE 35 38
Octal 122 126 312 73 71 0 25 356 65 70
Binary 1010010 1010110 11001010 111011 111001 0 10101 11101110 110101 111000

Color Harmonies of #5256CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256CA

Black with #5256CA

Text Example


Text Example

White with #5256CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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