Html Css Color HEX #5258CE Free Speech Blue

📋 copy color: '#5258CE'

red 82 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #5258CE

Tints of Free Speech Blue #5258CE

RGB

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

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

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

R = 21.81%
G = 23.4%
B = 54.79%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5258CE (or 0x5258CE) is known color: Free Speech Blue. HEX triplet: 52, 58 and CE. RGB value is (82,88,206). Sum of RGB (Red+Green+Blue) = 82+88+206=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5258CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5258CE is #ADA731. Grayscale: #636363. Windows color (decimal): -11380530 or 13523026. OLE color: 13523026.

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

Color convert

RGB 82 88 206 -
CMYK 0.60 0.57 0 0.19
HSL 237.1º 0.56% 0.56% -
HSV(B) 237.1º 0.6% 0.81% -
XYZ 18.11 13.23 59.99 -
YUV 99.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 82 88 206 0.60 0.57 0 0.19 237.1 0.56 0.56
Hex 52 58 CE 3C 39 0 13 ED 38 38
Octal 122 130 316 74 71 0 23 355 70 70
Binary 1010010 1011000 11001110 111100 111001 0 10011 11101101 111000 111000

Color Harmonies of #5258CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5258CE

Black with #5258CE

Text Example


Text Example

White with #5258CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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