Html Css Color HEX #5762CC Free Speech Blue

📋 copy color: '#5762CC'

red 87 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Blue #5762CC

Tints of Free Speech Blue #5762CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

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

R = 22.37%
G = 25.19%
B = 52.44%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5762CC (or 0x5762CC) is known color: Free Speech Blue. HEX triplet: 57, 62 and CC. RGB value is (87,98,204). Sum of RGB (Red+Green+Blue) = 87+98+204=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5762CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762CC is #A89D33. Grayscale: #6A6A6A. Windows color (decimal): -11050292 or 13394519. OLE color: 13394519.

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

Color convert

RGB 87 98 204 -
CMYK 0.57 0.52 0 0.2
HSL 234.36º 0.53% 0.57% -
HSV(B) 234.36º 0.57% 0.8% -
XYZ 19.2 15.12 59.03 -
YUV 106.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 87 98 204 0.57 0.52 0 0.2 234.36 0.53 0.57
Hex 57 62 CC 39 34 0 14 EA 35 39
Octal 127 142 314 71 64 0 24 352 65 71
Binary 1010111 1100010 11001100 111001 110100 0 10100 11101010 110101 111001

Color Harmonies of #5762CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5762CC

Black with #5762CC

Text Example


Text Example

White with #5762CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5762CC; }

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

 H1.HeaderClassName
 {
   color: #5762CC;
 }
 .AnyTagClassName
 {
   color: #5762CC;
 }
</style>

background-color css

<style>
 a { background-color: #5762CC; }

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

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

border-color css

<style>
 span { border-color: #5762CC; }

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

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