Html Css Color HEX #5762CA Free Speech Blue

📋 copy color: '#5762CA'

red 87 ◦ green 98 ◦ blue 202

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

Shades of Free Speech Blue #5762CA

Tints of Free Speech Blue #5762CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 22.48%
G = 25.32%
B = 52.2%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5762CA (or 0x5762CA) is known color: Free Speech Blue. HEX triplet: 57, 62 and CA. RGB value is (87,98,202). Sum of RGB (Red+Green+Blue) = 87+98+202=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5762CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762CA is #A89D35. Grayscale: #6A6A6A. Windows color (decimal): -11050294 or 13263447. OLE color: 13263447.

HSL color Cylindrical-coordinate representation of color #5762CA: hue angle of 234.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5762CA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 98 202 -
CMYK 0.57 0.51 0 0.21
HSL 234.26º 0.52% 0.57% -
HSV(B) 234.26º 0.57% 0.79% -
XYZ 18.96 15.03 57.78 -
YUV 106.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 87 98 202 0.57 0.51 0 0.21 234.26 0.52 0.57
Hex 57 62 CA 39 33 0 15 EA 34 39
Octal 127 142 312 71 63 0 25 352 64 71
Binary 1010111 1100010 11001010 111001 110011 0 10101 11101010 110100 111001

Color Harmonies of #5762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5762CA

Black with #5762CA

Text Example


Text Example

White with #5762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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