Html Css Color HEX #575ECB Free Speech Blue

📋 copy color: '#575ECB'

red 87 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #575ECB

Tints of Free Speech Blue #575ECB

RGB

 RED value IS 87 (34.38% from 255) = 22.66%

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 22.66%
G = 24.48%
B = 52.86%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#575ECB (or 0x575ECB) is known color: Free Speech Blue. HEX triplet: 57, 5E and CB. RGB value is (87,94,203). Sum of RGB (Red+Green+Blue) = 87+94+203=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #575ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ECB is #A8A134. Grayscale: #676767. Windows color (decimal): -11051317 or 13327959. OLE color: 13327959.

HSL color Cylindrical-coordinate representation of color #575ECB: hue angle of 236.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575ECB is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 94 203 -
CMYK 0.57 0.54 0 0.20
HSL 236.38º 0.53% 0.57% -
HSV(B) 236.38º 0.57% 0.8% -
XYZ 18.71 14.34 58.28 -
YUV 104.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 87 94 203 0.57 0.54 0 0.20 236.38 0.53 0.57
Hex 57 5E CB 39 36 0 14 EC 35 39
Octal 127 136 313 71 66 0 24 354 65 71
Binary 1010111 1011110 11001011 111001 110110 0 10100 11101100 110101 111001

Color Harmonies of #575ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ECB

Black with #575ECB

Text Example


Text Example

White with #575ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575ECB; }

 p { color: rgb(87,94,203); }

 H1.HeaderClassName
 {
   color: #575ECB;
 }
 .AnyTagClassName
 {
   color: #575ECB;
 }
</style>

background-color css

<style>
 a { background-color: #575ECB; }

 a { background-color: rgb(87,94,203); }

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

border-color css

<style>
 span { border-color: #575ECB; }

 span { border-color: rgb(87,94,203); }

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