Html Css Color HEX #5258DB Free Speech Blue

📋 copy color: '#5258DB'

red 82 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Blue #5258DB

Tints of Free Speech Blue #5258DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 21.08%
G = 22.62%
B = 56.3%

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

#5258DB (or 0x5258DB) is known color: Free Speech Blue. HEX triplet: 52, 58 and DB. RGB value is (82,88,219). Sum of RGB (Red+Green+Blue) = 82+88+219=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5258DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5258DB is #ADA724. Grayscale: #646464. Windows color (decimal): -11380517 or 14374994. OLE color: 14374994.

HSL color Cylindrical-coordinate representation of color #5258DB: hue angle of 237.37º 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 #5258DB is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 88 219 -
CMYK 0.63 0.60 0 0.14
HSL 237.37º 0.66% 0.59% -
HSV(B) 237.37º 0.63% 0.86% -
XYZ 19.76 13.89 68.66 -
YUV 101.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 82 88 219 0.63 0.60 0 0.14 237.37 0.66 0.59
Hex 52 58 DB 3F 3C 0 E ED 42 3B
Octal 122 130 333 77 74 0 16 355 102 73
Binary 1010010 1011000 11011011 111111 111100 0 1110 11101101 1000010 111011

Color Harmonies of #5258DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5258DB

Black with #5258DB

Text Example


Text Example

White with #5258DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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