Html Css Color HEX #5257DB Free Speech Blue

📋 copy color: '#5257DB'

red 82 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Blue #5257DB

Tints of Free Speech Blue #5257DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 21.13%
G = 22.42%
B = 56.44%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5257DB (or 0x5257DB) is known color: Free Speech Blue. HEX triplet: 52, 57 and DB. RGB value is (82,87,219). Sum of RGB (Red+Green+Blue) = 82+87+219=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5257DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5257DB is #ADA824. Grayscale: #646464. Windows color (decimal): -11380773 or 14374738. OLE color: 14374738.

HSL color Cylindrical-coordinate representation of color #5257DB: hue angle of 237.81º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5257DB is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 87 219 -
CMYK 0.63 0.60 0 0.14
HSL 237.81º 0.66% 0.59% -
HSV(B) 237.81º 0.63% 0.86% -
XYZ 19.67 13.72 68.63 -
YUV 100.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 82 87 219 0.63 0.60 0 0.14 237.81 0.66 0.59
Hex 52 57 DB 3F 3C 0 E EE 42 3B
Octal 122 127 333 77 74 0 16 356 102 73
Binary 1010010 1010111 11011011 111111 111100 0 1110 11101110 1000010 111011

Color Harmonies of #5257DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5257DB

Black with #5257DB

Text Example


Text Example

White with #5257DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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