Html Css Color HEX #51527A Corn Flower Blue

📋 copy color: '#51527A'

red 81 ◦ green 82 ◦ blue 122

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

Shades of Corn Flower Blue #51527A

Tints of Corn Flower Blue #51527A

RGB

 RED value IS 81 (32.03% from 255) = 28.42%

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 28.42%
G = 28.77%
B = 42.81%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51527A (or 0x51527A) is known color: Corn Flower Blue. HEX triplet: 51, 52 and 7A. RGB value is (81,82,122). Sum of RGB (Red+Green+Blue) = 81+82+122=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #51527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51527A is #AEAD85. Grayscale: #565656. Windows color (decimal): -11447686 or 8016465. OLE color: 8016465.

HSL color Cylindrical-coordinate representation of color #51527A: hue angle of 238.54º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51527A is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 82 122 -
CMYK 0.34 0.33 0 0.52
HSL 238.54º 0.2% 0.4% -
HSV(B) 238.54º 0.34% 0.48% -
XYZ 9.92 9.19 19.66 -
YUV 86.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 81 82 122 0.34 0.33 0 0.52 238.54 0.2 0.4
Hex 51 52 7A 22 21 0 34 EF 14 28
Octal 121 122 172 42 41 0 64 357 24 50
Binary 1010001 1010010 1111010 100010 100001 0 110100 11101111 10100 101000

Color Harmonies of #51527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51527A

Black with #51527A

Text Example


Text Example

White with #51527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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