Html Css Color HEX #535682 Governor Bay

📋 copy color: '#535682'

red 83 ◦ green 86 ◦ blue 130

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

Shades of Governor Bay #535682

Tints of Governor Bay #535682

RGB

 RED value IS 83 (32.81% from 255) = 27.76%

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 27.76%
G = 28.76%
B = 43.48%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535682 (or 0x535682) is known color: Governor Bay. HEX triplet: 53, 56 and 82. RGB value is (83,86,130). Sum of RGB (Red+Green+Blue) = 83+86+130=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #535682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535682 is #ACA97D. Grayscale: #595959. Windows color (decimal): -11315582 or 8541779. OLE color: 8541779.

HSL color Cylindrical-coordinate representation of color #535682: hue angle of 236.17º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535682 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 86 130 -
CMYK 0.36 0.34 0 0.49
HSL 236.17º 0.22% 0.42% -
HSV(B) 236.17º 0.36% 0.51% -
XYZ 10.92 10.11 22.49 -
YUV 90.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 83 86 130 0.36 0.34 0 0.49 236.17 0.22 0.42
Hex 53 56 82 24 22 0 31 EC 16 2A
Octal 123 126 202 44 42 0 61 354 26 52
Binary 1010011 1010110 10000010 100100 100010 0 110001 11101100 10110 101010

Color Harmonies of #535682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535682

Black with #535682

Text Example


Text Example

White with #535682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535682; }

 p { color: rgb(83,86,130); }

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

background-color css

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

 a { background-color: rgb(83,86,130); }

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

border-color css

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

 span { border-color: rgb(83,86,130); }

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