#527A94

Color #527A94 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #527A94

Tints of Jelly Bean #527A94

Color information

#527A94 (or 0x527A94) is unknown color: approx Jelly Bean. HEX triplet: 52, 7A and 94. RGB value is (82,122,148). Sum of RGB (Red+Green+Blue) = 82+122+148=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #527A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A94 is #AD856B. Grayscale: #707070. Windows color (decimal): -11371884 or 9730642. OLE color: 9730642.

HSL color Cylindrical-coordinate representation of color #527A94: hue angle of 203.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527A94 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82122148-
CMYK0.450.1800.42
HSL203.64º28.7%45.1%-
HSV(B)203.64º44.59%58.04%-
XYZ15.7817.8530.63-
YUV113147.75105.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=23.30%
G=34.66%
B=42.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821221480.450.1800.42203.6428.745.1
Hex527A942D1202Acc1d2d
Octal12217222455220523143555
Binary10100101111010100101001011011001001010101100110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A94; }

 p { color: rgb(82,122,148); }

 H1.HeaderClassName
 {
   color: #527A94;
 }
 .AnyTagClassName
 {
   color: #527A94;
 }
</style>
background-color css

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

 a { background-color: rgb(82,122,148); }

 div.DivClassName
 {
   background-color: #527A94;
 }
 .BgClassName
 {
   background-color: #527A94;
 }
</style>
border-color css

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

 span { border-color: rgb(82,122,148); }

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