Html Css Color HEX #52B1C1 Viking

📋 copy color: '#52B1C1'

red 82 ◦ green 177 ◦ blue 193

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

Shades of Viking #52B1C1

Tints of Viking #52B1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

 BLUE value IS 193 (75.78% from 255) = 42.7%

R = 18.14%
G = 39.16%
B = 42.7%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#52B1C1 (or 0x52B1C1) is known color: Viking. HEX triplet: 52, B1 and C1. RGB value is (82,177,193). Sum of RGB (Red+Green+Blue) = 82+177+193=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #52B1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B1C1 is #AD4E3E. Grayscale: #969696. Windows color (decimal): -11357759 or 12693842. OLE color: 12693842.

HSL color Cylindrical-coordinate representation of color #52B1C1: hue angle of 188.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52B1C1 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 177 193 -
CMYK 0.58 0.08 0 0.24
HSL 188.65º 0.47% 0.54% -
HSV(B) 188.65º 0.58% 0.76% -
XYZ 28.83 37.09 56.09 -
YUV 150.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 82 177 193 0.58 0.08 0 0.24 188.65 0.47 0.54
Hex 52 B1 C1 3A 8 0 18 BD 2F 36
Octal 122 261 301 72 10 0 30 275 57 66
Binary 1010010 10110001 11000001 111010 1000 0 11000 10111101 101111 110110

Color Harmonies of #52B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B1C1

Black with #52B1C1

Text Example


Text Example

White with #52B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,177,193); }

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

background-color css

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

 a { background-color: rgb(82,177,193); }

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

border-color css

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

 span { border-color: rgb(82,177,193); }

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