Html Css Color HEX #575FCC Free Speech Blue

📋 copy color: '#575FCC'

red 87 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #575FCC

Tints of Free Speech Blue #575FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 22.54%
G = 24.61%
B = 52.85%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#575FCC (or 0x575FCC) is known color: Free Speech Blue. HEX triplet: 57, 5F and CC. RGB value is (87,95,204). Sum of RGB (Red+Green+Blue) = 87+95+204=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #575FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FCC is #A8A033. Grayscale: #686868. Windows color (decimal): -11051060 or 13393751. OLE color: 13393751.

HSL color Cylindrical-coordinate representation of color #575FCC: hue angle of 235.9º 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 #575FCC is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 95 204 -
CMYK 0.57 0.53 0 0.2
HSL 235.9º 0.53% 0.57% -
HSV(B) 235.9º 0.57% 0.8% -
XYZ 18.92 14.57 58.94 -
YUV 105.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 87 95 204 0.57 0.53 0 0.2 235.9 0.53 0.57
Hex 57 5F CC 39 35 0 14 EC 35 39
Octal 127 137 314 71 65 0 24 354 65 71
Binary 1010111 1011111 11001100 111001 110101 0 10100 11101100 110101 111001

Color Harmonies of #575FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FCC

Black with #575FCC

Text Example


Text Example

White with #575FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,204); }

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

background-color css

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

 a { background-color: rgb(87,95,204); }

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

border-color css

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

 span { border-color: rgb(87,95,204); }

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