Html Css Color HEX #52BECE Viking

📋 copy color: '#52BECE'

red 82 ◦ green 190 ◦ blue 206

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

Shades of Viking #52BECE

Tints of Viking #52BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.75%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 17.15%
G = 39.75%
B = 43.1%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52BECE (or 0x52BECE) is known color: Viking. HEX triplet: 52, BE and CE. RGB value is (82,190,206). Sum of RGB (Red+Green+Blue) = 82+190+206=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #52BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BECE is #AD4131. Grayscale: #9F9F9F. Windows color (decimal): -11354418 or 13549138. OLE color: 13549138.

HSL color Cylindrical-coordinate representation of color #52BECE: hue angle of 187.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BECE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 190 206 -
CMYK 0.60 0.08 0 0.19
HSL 187.74º 0.56% 0.56% -
HSV(B) 187.74º 0.6% 0.81% -
XYZ 33.03 43.08 64.97 -
YUV 159.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 82 190 206 0.60 0.08 0 0.19 187.74 0.56 0.56
Hex 52 BE CE 3C 8 0 13 BC 38 38
Octal 122 276 316 74 10 0 23 274 70 70
Binary 1010010 10111110 11001110 111100 1000 0 10011 10111100 111000 111000

Color Harmonies of #52BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BECE

Black with #52BECE

Text Example


Text Example

White with #52BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52BECE; }

 p { color: rgb(82,190,206); }

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

background-color css

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

 a { background-color: rgb(82,190,206); }

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

border-color css

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

 span { border-color: rgb(82,190,206); }

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