Html Css Color HEX #526BC8 Free Speech Blue

📋 copy color: '#526BC8'

red 82 ◦ green 107 ◦ blue 200

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

Shades of Free Speech Blue #526BC8

Tints of Free Speech Blue #526BC8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

 BLUE value IS 200 (78.52% from 255) = 51.41%

R = 21.08%
G = 27.51%
B = 51.41%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#526BC8 (or 0x526BC8) is known color: Free Speech Blue. HEX triplet: 52, 6B and C8. RGB value is (82,107,200). Sum of RGB (Red+Green+Blue) = 82+107+200=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #526BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BC8 is #AD9437. Grayscale: #6D6D6D. Windows color (decimal): -11375672 or 13134674. OLE color: 13134674.

HSL color Cylindrical-coordinate representation of color #526BC8: hue angle of 227.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526BC8 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 107 200 -
CMYK 0.59 0.46 0 0.22
HSL 227.29º 0.52% 0.55% -
HSV(B) 227.29º 0.59% 0.78% -
XYZ 19.16 16.48 56.81 -
YUV 110.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 82 107 200 0.59 0.46 0 0.22 227.29 0.52 0.55
Hex 52 6B C8 3B 2E 0 16 E3 34 37
Octal 122 153 310 73 56 0 26 343 64 67
Binary 1010010 1101011 11001000 111011 101110 0 10110 11100011 110100 110111

Color Harmonies of #526BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BC8

Black with #526BC8

Text Example


Text Example

White with #526BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526BC8; }

 p { color: rgb(82,107,200); }

 H1.HeaderClassName
 {
   color: #526BC8;
 }
 .AnyTagClassName
 {
   color: #526BC8;
 }
</style>

background-color css

<style>
 a { background-color: #526BC8; }

 a { background-color: rgb(82,107,200); }

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

border-color css

<style>
 span { border-color: #526BC8; }

 span { border-color: rgb(82,107,200); }

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