Html Css Color HEX #5257CE Free Speech Blue

📋 copy color: '#5257CE'

red 82 ◦ green 87 ◦ blue 206

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

Shades of Free Speech Blue #5257CE

Tints of Free Speech Blue #5257CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 21.87%
G = 23.2%
B = 54.93%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5257CE (or 0x5257CE) is known color: Free Speech Blue. HEX triplet: 52, 57 and CE. RGB value is (82,87,206). Sum of RGB (Red+Green+Blue) = 82+87+206=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #5257CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5257CE is #ADA831. Grayscale: #626262. Windows color (decimal): -11380786 or 13522770. OLE color: 13522770.

HSL color Cylindrical-coordinate representation of color #5257CE: hue angle of 237.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5257CE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 87 206 -
CMYK 0.60 0.58 0 0.19
HSL 237.58º 0.56% 0.56% -
HSV(B) 237.58º 0.6% 0.81% -
XYZ 18.03 13.07 59.96 -
YUV 99.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 82 87 206 0.60 0.58 0 0.19 237.58 0.56 0.56
Hex 52 57 CE 3C 3A 0 13 EE 38 38
Octal 122 127 316 74 72 0 23 356 70 70
Binary 1010010 1010111 11001110 111100 111010 0 10011 11101110 111000 111000

Color Harmonies of #5257CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5257CE

Black with #5257CE

Text Example


Text Example

White with #5257CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5257CE; }

 p { color: rgb(82,87,206); }

 H1.HeaderClassName
 {
   color: #5257CE;
 }
 .AnyTagClassName
 {
   color: #5257CE;
 }
</style>

background-color css

<style>
 a { background-color: #5257CE; }

 a { background-color: rgb(82,87,206); }

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

border-color css

<style>
 span { border-color: #5257CE; }

 span { border-color: rgb(82,87,206); }

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